home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000216_misckit-reques…aska.et.byu.edu_Sat Jun 4 17:30:58 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  3KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67d/NX3.0M)
  3.     id AA06995; Sat, 4 Jun 94 17:30:44 -0600
  4. Received: from YVAX2.BYU.EDU by alaska.et.byu.edu; Sat, 4 Jun 1994 14:54:03 -0600
  5. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-8 #4169)
  6.  id <01HD5CHDOX4001BT64@yvax.byu.edu>; 04 Jun 94 14:53:34 -0600 (MDT)
  7. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-8 #4169)
  8.  id <01HD5CHB364G8Y58JV@yvax.byu.edu>; Sat, 04 Jun 1994 14:53:31 -0600 (MDT)
  9. Received: from YVAX2.BYU.EDU by alaska.et.byu.edu; Sat,
  10.  4 Jun 1994 14:50:46 -0600
  11. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-8 #4169)
  12.  id <01HD5CD9RRV401BT64@yvax.byu.edu>; 04 Jun 94 14:50:15 -0600 (MDT)
  13. Received: from elegabalus.cs.qub.ac.uk by yvax.byu.edu (PMDF V4.3-8 #4169)
  14.  id <01HD5CD5OE4G01C20Z@yvax.byu.edu>; Sat, 04 Jun 1994 14:50:11 -0600 (MDT)
  15. Received: from  trajan.nextlab.cs.qub.ac.uk (trajan)
  16.  by  elegabalus.cs.qub.ac.uk  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  17.  id AA07287; Sat, 4 Jun 94 21:51:25 BST
  18. Received: by  trajan.nextlab.cs.qub.ac.uk
  19.  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0a) id AA13632; Sat,
  20.  4 Jun 94 21:51:22 BST
  21. Received: by NeXT Mailer (1.63)
  22. Date: Sat, 04 Jun 1994 21:51:22 -0300 (BST)
  23. From: amon@elegabalus.cs.qub.ac.uk
  24. Subject: Re: Requesting Input for file...
  25. To: misckit@byu.edu
  26. Message-Id: <9406042051.AA07287@ elegabalus.cs.qub.ac.uk >
  27. Content-Transfer-Encoding: 7BIT
  28.  
  29. I attacked yet another side of this problem at one time. I have a FileType Class that takes care of search paths. A file type object might have a name like "Tiff Image Files for Application X's slide show". When you then ask for a file "image1.tiff" from a FileType, it will go through a sequence of paths looking for a file with that name. The Path can include compiled in paths if you have a subclass; a path that the Workspace Manager if the object were an App; a path variable in the environment whose name was specified when the object was created ... and you get the picture.
  30.  
  31. It saves a lot of work that is typical in systems where things move around a lot or might be in different places on different machines, or may have different versions that would be used under different circumstances.
  32.  
  33. --
  34. =======================================================================
  35.       Individual Liberty         Dale M. Amon, The only libertarian
  36.    Individual Responsibility            in Northern Ireland
  37.   R.Means, 1988 LP Convention            amon@cs.qub.ac.uk
  38. =======================================================================